home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 January
/
Macworld (1998-01).dmg
/
Shareware World
/
Utilities
/
Data & Time Management
/
ProMaker-Utils-1.0.2
/
Adding Comments and Format
< prev
next >
Wrap
Text File
|
1997-06-04
|
627b
|
29 lines
// COMMENTS:
// You can add comments to your documents:
// Put two slashes ("/") before the comment text,
// everything after this is ignored.
Allow User Abort [OFF] // example comment
// EMPTY LINES
// You may also add empty lines to improve readability:
Set Error Capture [On]
// FORMATTING
// You may begin a line with spaces, to show a loop for example.
// An example script showing this:
Enter Browse Mode []
// Make sure that this is A4 !
Page Setup [Restore, No dialog]
Go to Record/Request/Page [First]
Loop
Exit Loop If []
Find All
Unsort
Print []
End Loop
Perform Script [Sub-scripts, <unknown>]